github.com/refraction-networking/utls.certificateRequestMsg.certificateTypes (field)
9 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L1258: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1760: certificateTypes []byte
handshake_messages.go#L1767: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1784: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1786: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1787: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1831: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1832: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L638: certReq.certificateTypes = []byte{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |